home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / gpplib22.zoo / libtests / test32.g < prev    next >
Encoding:
Text File  |  1993-11-30  |  1.2 KB  |  69 lines

  1. #
  2. # gulam script for running 32 bit libg++ tests
  3. #
  4. echo tbitset
  5. .\tbitset.ttp <tbitset.inp >tbitset.out
  6.  
  7. echo tbitstring
  8. .\tbitstri.ttp <tbitstri.inp >tbitstri.out
  9.  
  10. echo tcomplex
  11. .\tcomplex.ttp <tcomplex.inp >tcomplex.out
  12.  
  13. echo tfix
  14. .\tfix.ttp <tfix.inp >tfix.out
  15.  
  16. echo tfix16
  17. .\tfix16.ttp <tfix16.inp >tfix16.out
  18.  
  19. echo tfix24
  20. .\tfix24.ttp <tfix24.inp >tfix24.out
  21.  
  22. echo tgetopt
  23. .\tgetopt.ttp -abc -de10 -2000 -h3i >tgetopt.out
  24.  
  25. echo tinteger
  26. .\tinteger.ttp <tinteger.inp >tinteger.out
  27.  
  28. echo tobstack
  29. .\tobstack.ttp <tobstack.inp >tobstack.out
  30.  
  31. echo trandom
  32. .\trandom.ttp <trandom.inp >trandom.out
  33.  
  34. echo trational
  35. .\trationa.ttp <trationa.inp >trational.out
  36.  
  37. echo tstring
  38. .\tstring.ttp <tstring.inp >tstring.out
  39.  
  40. echo tiLList
  41. .\tillist.ttp >tillist.out
  42.  
  43. # now put it all together
  44. #
  45. echo tobstack >out
  46. cat tobstack.out >>out
  47. echo tstring >>out
  48. cat tstring.out >>out
  49. echo tinteger >>out
  50. cat tinteger.out >>out
  51. echo trationa >>out
  52. cat trationa.out >>out
  53. echo tcomplex >>out
  54. cat tcomplex.out >>out
  55. echo tbitset >>out
  56. cat tbitset.out >>out
  57. echo tbitstri >>out
  58. cat tbitstri.out >>out
  59. echo trandom >>out
  60. cat trandom.out >>out
  61. echo tfix >>out
  62. cat tfix.out >>out
  63. echo tfix16 >>out
  64. cat tfix16.out >>out
  65. echo tfix24 >>out
  66. cat tfix24.out >>out
  67. echo tillist >>out
  68. cat tillist.out >>out
  69.